projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e74d792
)
(inverse-add-abbrev): Inherit the current input method.
author
Kenichi Handa
<handa@m17n.org>
Mon, 15 Mar 1999 01:03:23 +0000
(
01:03
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 15 Mar 1999 01:03:23 +0000
(
01:03
+0000)
lisp/abbrev.el
patch
|
blob
|
history
diff --git
a/lisp/abbrev.el
b/lisp/abbrev.el
index 8309a63ba2a133a3b5209650674e1c57dcc9583d..ad71ba1423c35106ccde7ae252c1f6f3af30e8e6 100644
(file)
--- a/
lisp/abbrev.el
+++ b/
lisp/abbrev.el
@@
-269,7
+269,7
@@
Expands the abbreviation after defining it."
(setq nameloc (point))))))
(set-text-properties 0 (length name) nil name)
(setq exp (read-string (format "%s expansion for \"%s\": "
- type name)))
+ type name)
nil nil nil t
))
(if (or (not (abbrev-expansion name table))
(y-or-n-p (format "%s expands to \"%s\"; redefine? "
name (abbrev-expansion name table))))